encoding/json.reflectWithString.ks (field)

8 uses

	encoding/json (current package)
		encode.go#L751: 	sort.Slice(sv, func(i, j int) bool { return sv[i].ks < sv[j].ks })
		encode.go#L757: 		e.Write(appendString(e.AvailableBuffer(), kv.ks, opts.escapeHTML))
		encode.go#L936: 	ks string
		encode.go#L941: 		w.ks = w.k.String()
		encode.go#L949: 		w.ks = string(buf)
		encode.go#L954: 		w.ks = strconv.FormatInt(w.k.Int(), 10)
		encode.go#L957: 		w.ks = strconv.FormatUint(w.k.Uint(), 10)